ISearch.AddSearchResult (IModel, string, string) method ¶
Namespace: NextDesign.Core
Description¶
Register the search results.
If the search target is a model in particular, you can add the field information that hits the search conditions by using this interface.
argument¶
| Name | Type | Description |
|---|---|---|
| model | IModel | Model that hit the search condition null cannot be specified. |
| fields | string | Field names that hit the search condition (separated by commas if more than one) If you specify null, no field information is set in the search results. |
| message | string | message |
Return value¶
Exception¶
| Name | Exception Class | Description |
|---|---|---|
| Invalid argument | ExtensionArgumentException | When null is specified for model |